From 280f50dfc3b11347fe2e1037b3e0e1f4f5204a23 Mon Sep 17 00:00:00 2001 From: David Awad Date: Sat, 4 Apr 2015 15:51:31 -0400 Subject: [PATCH] Update index.md --- src/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/index.md b/src/doc/index.md index a7ab9e88e..e1a505a14 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -70,7 +70,7 @@ class="s1"> Compiling hello_world v0.0.1 (file:///path/to/project/hello And then run it: ```shell -$ ./target/hello_world +$ ./target/debug/hello_world Hello, world! ``` -- 2.30.2